records

records

Active filters Clear all

No active filters

Filters

Frequency and FCR demand per 10 seconds

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Datetime
Time at which the interval starts.

No description available for this field.

Name (identifier)
datetime
Type
datetime
Sample
                       
Resolution code
Length of the time interval expressed in compliance with ISO 8601.

No description available for this field.

Name (identifier)
resolutioncode
Type
text
Sample
                       
Actual frequency
The frequency of the electricity measured on the Elia grid.

No description available for this field.

Name (identifier)
actualfrequency
Type
decimal
Unit
Hz
Sample
                       
FCR Demand
FCR volume to be procured by Elia.

No description available for this field.

Name (identifier)
fcrdemand
Type
decimal
Unit
MW
Sample
                       
FCR Requested
This is the expected FCR volume to be activated in function of the Frequency. This value is positive when the Frequency is lower than 50 Hz and negative when the Frequency is higher than 50 Hz.

No description available for this field.

Name (identifier)
fcrrequested
Type
decimal
Unit
MW
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"ods057",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ods057"
      }
    ]
    ,
  • "definitions":
    {
    • "ods057":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ods057_records"
            }
          }
        }
      }
      ,
    • "ods057_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "datetime":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Datetime",
              • "description":"Time at which the interval starts."
              }
              ,
            • "resolutioncode":
              {
              • "type":"string",
              • "title":"Resolution code",
              • "description":"Length of the time interval expressed in compliance with ISO 8601."
              }
              ,
            • "actualfrequency":
              {
              • "type":"number",
              • "title":"Actual frequency",
              • "description":"The frequency of the electricity measured on the Elia grid.",
              • "unit":"Hz"
              }
              ,
            • "fcrdemand":
              {
              • "type":"number",
              • "title":"FCR Demand",
              • "description":"FCR volume to be procured by Elia.",
              • "unit":"MW"
              }
              ,
            • "fcrrequested":
              {
              • "type":"number",
              • "title":"FCR Requested",
              • "description":"This is the expected FCR volume to be activated in function of the Frequency. This value is positive when the Frequency is lower than 50 Hz and negative when the Frequency is higher than 50 Hz.",
              • "unit":"MW"
              }
            }
          }
        }
      }
    }
}

Similar datasets